home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / spinava historka / gEN.swf / scripts / DefineButton2_300 / BUTTONCONDACTION on(release).as
Text File  |  2004-10-08  |  307b  |  20 lines

  1. on(release){
  2.    nextFrame();
  3.    tellTarget("_root.hero.heroint.hhead")
  4.    {
  5.       play();
  6.    }
  7.    tellTarget("_root.hero.heroint.hhand1")
  8.    {
  9.       play();
  10.    }
  11.    tellTarget("_root.hero.heroint.hhand2")
  12.    {
  13.       play();
  14.    }
  15.    tellTarget("_root.barmahead")
  16.    {
  17.       stop();
  18.    }
  19. }
  20.